home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00196_Script_SideScroll
< prev
next >
Wrap
Text File
|
1999-02-25
|
419b
|
18 lines
property x
on enterFrame me
if the locv of sprite the spriteNum of me > - 20 then
set the locv of sprite the spriteNum of me = the locv of sprite the spriteNum of me - x
else
set the locv of sprite the spriteNum of me = 540
end if
end
on getPropertyDescriptionList
set p_list = [¼
X: [ #default:0, #format:#integer, #comment:"Scroll displacement"]]
return p_list
end